home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Tele / S / Sequencer.cpt / About Sequencer… / About Sequencer…
Encoding:
Text File  |  1989-12-11  |  3.6 KB  |  82 lines  |  [TEXT/QED1]

  1.                        About Sequencer…
  2.  
  3. Sequencer is a handy little program designed to launch a series of other
  4. programs, with or without accompanying documents. In typical use, you
  5. modify its STR# resources to hold the names of the programs you want to
  6. run.
  7.  
  8. One interesting use Red Ryder Host sysops might find for Sequencer is as
  9. an "aliasing" program: if you're worrried that some weird Host utility
  10. author might require that Host be called Red Ryder Host, RR Host or
  11. Second Sight, no problem: just set up Sequencer to launch Host as its
  12. next application. If you're paranoid, make copies of this Sequencer, and
  13. name them Red Ryder Host, RR Host and Second Sight. Now, regardless of
  14. how anyone is apt to label Host, Sequencer will make sure it gets
  15. launched properly.
  16.  
  17. What follows is the original documentation for Sequencer by its author,
  18. Darin Adler.
  19.  
  20. Sequencer
  21. by Darin Adler
  22. April 10, 1986
  23.  
  24. Sequencer is a small application for the Mac that serves a simple
  25. purpose. With Sequencer, you can set up a number of applications to run
  26. in a row. For example, if you have a number of short programs which you
  27. would like to run every time you boot the Mac, you can set up Sequencer
  28. to run those programs and make Sequencer the "Set Startup" application.
  29.  
  30. Sequencer can be configured with ResEdit. Open the STR# resource (STR#
  31. resource 128) in the resource editor. This resource contains a list of
  32. the documents and applications that you want to run, in the order you
  33. want to run them. Each string in the list has the following meaning:
  34.  
  35. If it is a disk or folder name, without a filename, Sequencer's default
  36. directory is changed to that disk or folder. (Sequencer's default
  37. directory at first is the disk or folder that Sequencer is in.)
  38.  
  39. If it is the filename of a System file, Sequencer switches to that
  40. System (without changing it's default directory).
  41.  
  42. If it is the filename of an application, Sequencer runs that
  43. application, and when the application is done, it returns to Sequencer.
  44.  
  45. If it is the filename of any other file, Sequencer sets that file up as
  46. a document for the next application in the list.
  47.  
  48. Any of the filenames can have disk or folder names attached to it, but
  49. Sequencer's default directory will not change. Here are some sample
  50. lists:
  51.  
  52. Tools:SortMenu    The application "SortMenu" from a disk named "Tools"
  53. WayStation    The application "WayStation" from the disk with
  54.         Sequencer on it.
  55.  
  56. EUA    A document on the disk with Sequencer on it.
  57. TMON    The application "TMON" from the same disk; it gets passed EUA as
  58.     a document.
  59. Keeper    The application "Keeper", also on the same disk.
  60.  
  61. HyperDrive:    Switch to my HFS HyperDrive drawer.
  62. :Toys:MyToy    The application "MyToy" from a folder called "toys".
  63. :Serious:Stuff:    Switch to a folder called "Stuff" which is inside a
  64.         folder called "Serious".
  65. Taxes        Choose a document for the integrated program, "Blues"
  66.         from the "Stuff" folder.
  67. Tax Report    Choose another document from the same folder.
  68. :::Dufus:Blues    Run the integrated program from the "Dufus" folder (at
  69.         the top level) with both of the above documents.
  70.  
  71. To build the list of applications from ResEdit, select the "*****" that
  72. is between the string items and use the New, Cut, Copy, Paste and Clear
  73. commands to insert, delete and move items.
  74.  
  75. Since there are many different uses for Sequencer, you can make custom
  76. "sequencers" for any purpose. Simply duplicate the Sequencer icon in the
  77. Finder, rename the copy, and edit the STR# resource.
  78.  
  79. Sequencer will not work with SkipFinder and also will not work with
  80. Keeper (except if Keeper is the last application in a list of
  81. applications and Sequencer is not used again after Keeper is installed).
  82.